.date_box {
  width: 658px;
  height: 472px;
  background: url("../images/calendar_bg.png") no-repeat center center;
  padding: 3px 21px 0;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.date_box .date_center {
  padding: 0;
}
.date_box .date_header {
  width: 100%;
  height: 48px;
  background: #213B9E;
}
.date_box .date_header .week_item {
  line-height: 48px;
  height: 48px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.date_box .day_item .day_list .today {
  border: none;
  position: relative;
  background: #213B9E;
}
.date_box .day_item .day_list .today * {
  color: #fff !important;
  font-weight: bold !important;
}
.date_box .day_item .day_list .today:after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background: #213B9E;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.date_box .day_item .day_list .day_center:hover {
  background: transparent;
}
.date_box .day_item .day_list .day_center:hover * {
  color: #213B9E !important;
  font-weight: bold !important;
}
.date_box .date_top {
  width: 325px;
  height: 54px;
  margin: 0 auto;
  background: url("../images/date_top_bg.png") no-repeat center center;
}
.date_box .date_top .date_action {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  height: 100%;
}
.date_box .date_top .date_action span {
  width: 140px;
  background: transparent;
  border: none;
  font-size: 22px;
  font-weight: 600;
  color: #213B9E;
  height: auto;
}

.layui-icon-triangle-r:before {
  content: "\e602";
  font-size: 20px;
  color: #213B9E;
}

.layui-col-space10 {
  margin: 0;
}

.warp_box {
  max-width: 1216px;
  width: 1216px;
  height: 472px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  margin: 0;
  left: 60px;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  transform-origin: 0 20%;
  border-radius: 15px;
}

.calendar-layout {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 15px;
  padding: 21px 22px 0 0;
}
.calendar-layout:after {
  content: "";
  width: calc(100% - 42px);
  height: calc(100% + 31px);
  display: inline-block;
  position: absolute;
  background: #213B9E;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 15px;
}
.calendar-layout:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  border-radius: 15px;
}

.today_info {
  width: 535px;
  height: auto;
  background: url("../images/today_info_bg.png") no-repeat center top;
  border-radius: 15px 15px 0 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 20px 0 25px;
}

.dailyActivity {
  /* width: 1200px; */
  margin: 0 auto;
  position: absolute;
  box-sizing: border-box;
  padding-top: 27px;
  z-index: 99;
  left: -60px;
}
.dailyActivity .daily_tit {
  width: 60px;
  height: 194px;
  background: #213B9E;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 2px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  border-radius: 15px 0 0 15px;
}
.dailyActivity .daily_tit span {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  writing-mode: vertical-lr;
  line-height: 22px;
  display: inline-block;
  margin: 8px 0 17px;
}

.today_top {
  width: 100%;
  height: 75px;
  box-sizing: border-box;
  border-bottom: 0.78px solid rgba(24, 56, 175, 0.21);
  display: flex;
  align-items: center;
}
.today_top span {
  font-size: 20px;
  color: #213B9E;
  font-weight: bold;
  line-height: 24px;
}
.today_top span:nth-child(2n) {
  margin: 0 14px;
}

.today_list {
  height: 355px;
  overflow: auto;
  scrollbar-width: thin;
  /* scrollbar-color:#2c6ce1; */
}
/* For mobile phones: */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.today_list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #213b9e;
}

/*定义滚动条轨道 内阴影+圆角*/
.today_list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
.today_list::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #555;
}
.today_list a {
  width: 100%;
  display: flex;
  align-items: center;
}
.today_list span {
  width: 104px;
  height: 37px;
  border-radius: 4px;
  background: rgba(33, 59, 158, 0.09);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #213B9E;
}
.today_list p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  width: calc(100% - 104px);
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
  box-sizing: border-box;
  padding-left: 18px;
  transition: all 0.3s ease-in-out 0s;
  /* display: flex;
  align-items: center; */
}
.today_list li {
  width: 100%;
  margin-top: 23px;
}
.today_list li:hover p {
  color: #213B9E;
}
@media screen and (max-width: 1200px) {
  .dailyActivity{
      //width: calc(100% + 60px);
  }
  .warp_box{
      width: 970px;
  }
  .date_box{
      width: 490px;
  }
}

@media screen and (max-width: 996px) {
  .calendar-layout{
      flex-direction: column;
      padding-bottom: 40px;
  }
  .warp_box{
      width: 750px;
  }
  .date_box{
      width: 100%;
      background-size: cover;
      height: 390px;
  }
  .today_info{
      width: 100%;
      background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .dailyActivity{
      display: none;
  }
}